home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / amaze150.zip / SYSOP.DOC < prev    next >
Text File  |  1993-04-01  |  10KB  |  243 lines

  1.  
  2.                      A D V E N T U R E R ' S     M A Z E
  3.  
  4.                              W r i t t e n    b y
  5.  
  6.                     W i l l i a m    H.    R o u n t r e e
  7.  
  8.                   C o p y r i g h t  (c)   1 9 9 2, 1 9 9 3
  9.  
  10.  
  11. ADVENTURER'S MAZE, Copyright (c) 1992, 1993  by William H. Rountree, is
  12. being distributed as Shareware. Under this concept you may use the
  13. SHAREWARE (unregistered) version for a reasonable period of time for
  14. evaluation after which you must either register your copy or discontinue
  15. usage.
  16.                      
  17. Disclaimer:
  18.  
  19.      This program and other files associated with it are not 
  20.      guaranteed to be bug free or virus free.  We are not
  21.      responsible for any damages of any kind, including
  22.      profit loses and dta loss, that relate directly or
  23.      indirectly to these programs and files.  You may
  24.      distribute this program, as long as it is in unmodified 
  25.      for with all the files originally included.
  26.  
  27. Credits:
  28.      QuickBasic (R) is a registered trade mark of Microsoft Corporation
  29.  
  30.      PCBoard (R) is a registered trade mark of Clark Development
  31.                  Corporation
  32.  
  33.      Door Source is copyrighted Computer City, USA 1988, 1989, 1990, 
  34.                  1991
  35.  
  36. Overview:
  37.  
  38.           * * * * * * * This Door Requires ANSI  * * * * * * *
  39.  
  40.      Adventurer's Maze is a role playing type door game.  This door does not
  41.      contain any time limit except that of the user's existing time left
  42.      online.  Although not written to operate on a multi-tasking environment,
  43.      it has been tested to do so without any known problems.  This door will
  44.      support upto 50 users.  Each user's file requires appoximatly 32k of hard
  45.      drive space.  The minimuim suggested allocated space is 1.5 Meg.  This
  46.      door will support RBBS, Wildcat and PCBoard.  It is also written to be
  47.      able to use Com ports and IRQ's not usually used.  This door does NOT
  48.      require any daily maintance.  This door code is written using QuickBasic
  49.      4.5 and DoorSource 4.0C runtime library.
  50.  
  51. List of files in archive:
  52.  
  53. ───────────────────┬───────────────────┬───────────────────┬───────────────────
  54.                    │5        TXT   2307│FINISH   ANS    989│OPEN4    ANS   1367
  55.                    │6        MAZ   4100│MAZE     CFG    987│PLAYER   INS  18023
  56. 1        MAZ   4100│6        TXT   1951│MAZE     EXE 185694│PLAYERS  MAZ   5322
  57. 1        TXT   2674│7        MAZ   4100│MAZE     TXT  17048│RACES    ANS   2100
  58. 2        MAZ   4100│7        TXT   3333│MAZEDATA FIL   6291│REGISTER TXT   1950
  59. 2        TXT   2449│8        TXT   1188│MAZEGEN  EXE  52028│SCORE    FIL    610
  60. 3        MAZ   4100│AMCHARED EXE 111196│MONSTER  FIL   1276│SYSOP    DOC  10044
  61. 3        TXT    678│CHANGES  DOC   5816│OPEN     FIL      5│TOP      MAZ     52
  62. 4        MAZ   4100│DAILY    FIL     71│OPEN1    ANS    884│USER     MAZ   6102
  63. 4        TXT   1554│DIED     ANS    854│OPEN2    ANS   5964│
  64. 5        MAZ   4100│FILE_ID  DIZ    502│OPEN3    ANS   1543│
  65. ───────────────────┴───────────────────┴───────────────────┴───────────────────
  66.        40 files totaling 481511 bytes consuming 530432 bytes of disk space.
  67.  
  68.  
  69. Configuration file setup:
  70.  
  71.      Example:
  72.  
  73.      line 1:         C:\PCB\PCBOARD.SYS
  74.      line 2:         Prime Base
  75.      line 3:         William
  76.      line 4:         Rountree
  77.      line 5:         00000000
  78.      line 6:         50
  79.      line 7:         14
  80.      line 8:         YES
  81.      line 9:         30
  82.  
  83.      Line 1 is a drive/path/filename to the bbs interface file.
  84.      Line 2 is the name of the BBS using this door.
  85.      Line 3 is the first name of Sysop.
  86.      Line 4 is the last name of the Sysop.
  87.      Line 5 is the registration number.
  88.      Line 6 is the number of users able to play per game.
  89.      Line 7 is the number of days before an inactive player is removed.
  90.      Line 8 turns the speaker on for beeping.  (Beeping will always happen in 
  91.             the unregistered version.) This option allows the option to
  92.             disable it only in the registered version.  In the registered
  93.             version the YES must be in capital letters to make it function
  94.             properly.  
  95.      Line 9 is the number of turns a player starts the day with.
  96.  
  97.      Note:  All 9 lines must exist for proper operation.
  98.  
  99.      PCBOARD.SYS, DOOR.SYS (31 Line), DORINFO1.DEF, or CALLINFO.BBS     
  100.      may be used in line #1.
  101.  
  102. Batch file setup:
  103.  
  104.      Example:          
  105.      
  106.      cd\doors\maze      
  107.      maze maze.cfg
  108.      cd\pcb
  109.      board
  110.  
  111. Here are some additional options available to use on the command line:
  112.  
  113. LOCKED:xxxxx  - Forces Dooor Source to lock the modem at the
  114.                 speed given.
  115. LOCAL         - Forces Door Source to run in local mode. This
  116.                 is really meant for testing purposes, but it
  117.                 still reads the configuration file, but doesn't
  118.                 read the bbs interface file.
  119. NETWORK       - Forces file sharing to be active incase you
  120.                 are using something other than SHARE to manage
  121.                 file locking.
  122. IRQ=n         - Lets you change the IRQ used for the com port
  123.                 specified in the bbs interface file.
  124.                 (See below for more information)
  125. ADDR=&Hnnnn   - Lets you change the address used for the com
  126.                 port specified in the bbs interface file.
  127.                 (See below for more information)
  128. PS2           - Forces the PS/2 IRQs and addresses if a PS/2
  129.                 isn't detected (Normally it is, but you can't
  130.                 always tell!)
  131. RBBS          - Forces Door Source into RBBS/QBBS mode
  132. WILDCAT       - Forces Door Source into Wildcat 2.0 mode
  133. DOORSYS       - Forces Door Source into 31-Line DOOR.SYS mode
  134. PCB121        - Forces Door Source into PCBoard 11.8/12.x mode
  135.                 with COM 1 active
  136. PCB122        - Forces Door Source into PCBoard 11.8/12.x mode
  137.                 with COM 2 active
  138. PCB14         - (DEFAULT) Forces Door Source into PCBoard 14.x
  139.                 mode
  140.  
  141. Example type: maze maze.cfg local
  142. This will allow you to play the game locally without a BBS.
  143.  
  144. When you use the IRQ or the ADDR option, you must include the other.
  145. You can't use just the IRQ and not the ADDR, and you can't use just
  146. the ADDR and not the IRQ. Here's a chart with the STANDARD IRQs
  147. and addresses for the PS/2s and IBM PCs:
  148.                         Non PS/2
  149.         Com port       IRQ     Address
  150.            1             4       &H3F8
  151.            2             3       &H2F8
  152.            3             4       &H3E8
  153.            4             3       &H2E8
  154.           5-8            4       &H3F8
  155.  
  156.                         PS/2
  157.         Com port       IRQ     Address
  158.            1             4       &H3F8
  159.            2             3       &H2F8
  160.            3             3       &H3220
  161.            4             3       &H3228
  162.            5             3       &H4220
  163.            6             3       &H4228
  164.            7             3       &H5220
  165.            8             3       &H5228
  166.  
  167.  
  168. List of function keys:
  169.  
  170.      F-3  : Printer toggle
  171.      F-4  : Page bell toggle
  172.      F-5  : Shell to DOS
  173.      F-7  : Caller alarm toggle
  174.      F-8  : Return caller to board
  175.      F-10 : Start Sysop chat
  176.      ESC  : End Sysop chat
  177.     Alt-X : Drop to DOS after caller logs off
  178.     ALT-N : Sysop next on flag
  179.  
  180. Daily Maintance:
  181.  
  182.      No modification of your daily maintance is required since Adventure's
  183.      Maze perform it's Daily Maintance on the first caller that day.  
  184.      This Maintance if very short and should not delay the play by that call
  185.      very much.
  186.  
  187. Limitations:
  188.  
  189.      This door will continue to operate in it's original condition until
  190.      it is registered.  A 15 second delay and message will be displayed upon
  191.      it start.  After 20 days of play by a player, the Merchant will close
  192.      down.  After 30 days of play by a player, the character that the player
  193.      is running will be reset to 1st level.  All of these limitations will
  194.      be removed upon it's registration.   
  195.  
  196. Beta Testing:
  197.  
  198.      This door was extensively tested on three BBS boards, including my own.
  199.      I wish to thank DarkStar and Bill Velez for setting up the game on
  200.      their boards.  Please patronize their boards, as they are among the
  201.      finest in the Seattle area:
  202.  
  203.      DARKSTAR'S AWESOME FREAKING STARGAZER BOARD (Port Orchard, WA)
  204.      (206)871-3965  ***YOUR NASA CONNECTION***  Over 600 NASA files from
  205.      NASA SpaceLink!  Online CDRom, door games, approaching one gigabyte
  206.      of file storage!  SYSOP: DarkStar.
  207.  
  208.      WINGS BBS (Port Orchard, WA)  (206)876-6735, (206)895-0981 14.4 USR HST
  209.      (206)895-1077 16.800 USR HST DS  Over FIVE GIGABYTES of GREAT shareware
  210.      online!  SYSOP:  Bill Velez.
  211.  
  212.      This door was extensively tested on board the USS Nimitz.  I would like
  213.      to thank everyone who participated.  I especially would like to thank
  214.      Randy Klinginsmith, William Myers, and Frank Godfrey for their help and
  215.      suggestions.
  216.  
  217. Upgrading from a previous release:
  218.  
  219.      1. Copy the new maze.exe over the old one.
  220.      2. Copy the new mazedata.fil over the old one.
  221.      3. Insure that you have OPEN1.ANS, OPEN2.ANS, OPEN3.ANS, and OPEN4.ANS.
  222.      4. Copy FINISH.ANS.
  223.      5. Copy Dragon.ans.
  224.  
  225. Adventurer's Maze Character Editor:
  226.    
  227.      Command line is: amchared maze.cfg local
  228.  
  229.    * Where the maze.cfg can be any *.cfg that has your registration number
  230.      included.
  231.  
  232. Registration:
  233.  
  234.      Adventurer's Maze costs $15.00 US currency to register.  Please log
  235.      onto PRIME BASE and leave me a message.  I will then leave you a message
  236.      with your individual registration number.  Please leave all messages 
  237.      in the Door Support Conference for:
  238.     
  239.           William Rountree or Sysop at:
  240.  
  241.           Prime Base Node #1: (206) 871-9539   14,400 V32Bis, V42Bis
  242.           Prime Base Node #2: (206) 871-9340   16,800 HST Dual Standard
  243.